home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IRIX 6.5 Applications 2001 May
/
SGI IRIX 6.5 Applications 2001 May.iso
/
dev
/
java_dev.idb
/
usr
/
java
/
bin32
/
sgi
/
native_threads
/
javakey.z
/
javakey
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-05-20
|
316 b
|
18 lines
#!/bin/sh
#
# source a script that extracts RUNTIME_ARGS and APP_ARGS
#
. `dirname $0`/.extract_args
#
# Run javakey
#
if [ -f `dirname $0`/java ]
then
`dirname $0`/java -ms8m $RUNTIME_ARGS sun.security.provider.Main $APP_ARGS
else
`dirname $0`/jre -ms8m $RUNTIME_ARGS sun.security.provider.Main $APP_ARGS
fi